Raw Input Support - raphnetraw#356
Open
cennis91 wants to merge 10 commits into
Open
Conversation
|
As much as I would love to see raphnetraw support, this does not seem to work on my RetroPie and does not offer any feedback about why. It does show as active in "/opt/retropie/configs/all/retroarch-core-options.cfg": But then it just goes into udev anyway: It retains the Retroarch button mapping and doesn't access the memory pak, but gives no error messages. In standalone mupen, the hardware setup works as expected: |
Collaborator
Author
|
Windows build should be working now |
…t-raphnetraw.git subrepo: subdir: "mupen64plus-input-raphnetraw" merged: "8611241" upstream: origin: "https://github.com/raphnet/mupen64plus-input-raphnetraw.git" branch: "master" commit: "8611241" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
subrepo: subdir: "hidapi" merged: "382138e" upstream: origin: "https://github.com/libusb/hidapi.git" branch: "master" commit: "382138e" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
Include raphnet plugin into build
Make raphnet support completely optional (disable for now) Raphnet controllers should be able to work along side with non-raphnet controllers
…using a raphnet retro device
- Move raphnet handling out of emulate_game_controller_via_libretro - Setup plugin connector similar to other plugin types - Improve raphnet portmap and adapter handling and a bit
git subrepo pull custom/dependencies/hidapi subrepo: subdir: "custom/dependencies/hidapi" merged: "b66d7c2c" upstream: origin: "https://github.com/libusb/hidapi.git" branch: "master" commit: "b66d7c2c" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is some initial work towards raw input support and should satisfy #300.
I know there are plans on doing blissbox support, so I tried to structure this with that in mind.
Basic controller testing has been completed for now, and it should work fine on Linux. Considering it's still early support is disabled in the makefile, just set
HAVE_RAPHNET_INPUT = 1where appropriate. The raphnetraw plugin tends to take over all 4 inputs when it's in use on other emulators, but I've worked around that and non-raphnet devices will work alongside raphnet devices when configured correctly.I'm sure there might be a cleaner way to handle some bits, but still new to libretro's API.
Let me know your thoughts.